home *** CD-ROM | disk | FTP | other *** search
/ Gamers Delight 2 / Gamers Delight 2.iso / Aminet / game / role / NH31P3_1.lzh / NetHack / NetHack.cnf < prev    next >
Text File  |  1993-07-12  |  4KB  |  115 lines

  1. # A '#' at the beginning of a line means the rest of the line is a comment.
  2.  
  3. # This configuration file is set up for two cases, a person with a hard
  4. # disk as drive DH0:, and 1 person with two floppy disks.  If several people
  5. # are to use it, don't specify "name" or personal prefences like "dogname"
  6. # or "packorder" in OPTIONS.
  7.  
  8. # To change configuration, comment out the unwanted configurations, and
  9. # remove the comment from the configuration you want.
  10.  
  11. # Some options to set personal preferences.  If several people are to
  12. # use it, options like these should not be set here - use the command line
  13. # (if playing from CLI) or ToolTypes (if playing from WorkBench)
  14. #OPTIONS=name:Janet-V,female,dogname:Fido,fruit:apricot
  15. #OPTIONS=packorder:")[%?+/=!(*0_`,scores:10t/2a,noverbose
  16.  
  17. # Other general options
  18. #OPTIONS=time,rest_on_space,noautopickup
  19.  
  20. # The search path for files like record, help, opthelp, etc.
  21. #PATH=NetHack:
  22. PATH=NetHack:
  23.  
  24. # My own setup
  25. #OPTIONS=name:Rhialto,catname:Killie,time,noautopickup
  26.  
  27. # A hard disk configuration.
  28. #
  29. #HACKDIR=DH0:/games/hack
  30. # The ";n" means don't prompt to insert a disk.
  31. #SAVE=;n
  32. #LEVELS=DH0:games/hack/bones
  33. #SAVE=DH0:/games/hack/bones;n
  34.  
  35. # A development HD configuration
  36. #
  37. #HACKDIR=NetHack:
  38. #LEVELS=NetHack:levels
  39. #SAVE=NetHack:save;n
  40.  
  41. # A 2-floppy, 2-megabyte configuration.
  42. #
  43. #HACKDIR=NetHack:
  44. #LEVELS=df1:
  45. #SAVE=df1:save
  46.  
  47. # A minimal configuration
  48. HACKDIR=NetHack:
  49. LEVELS=Nethack:levels
  50. SAVE=Nethack:save
  51.  
  52. # *** CHARACTER GRAPHICS ***
  53. #
  54. # The 69 GRAPHICS characters (0-68) are:
  55. #
  56. # stone,
  57. # walls: vertical, horizontal,
  58. #     4 corners: top left, top right, bottom left, bottom right,
  59. #     cross wall,
  60. #     4 T walls: upward, downward, left, right,
  61. # doors: no door,
  62. #     open doors: vertical, horizontal,
  63. #     closed doors: vertical, horizontal,
  64. # floor,
  65. # corridors: unlit, lit,
  66. # stairs up, stairs down, ladder up, ladder down,
  67. # trap, web, altar, throne, sink, fountain, pool/moat, ice, lava,
  68. # lowered drawbridge: vertical, horizontal,
  69. # raised drawbridge: vertical, horizontal,
  70. # air, cloud, water,
  71. # 4 beams: vertical, horizontal, left slant, right slant,
  72. # digging beam, camera flash beam, left boomerang, right boomerang,
  73. # 4 magic shield display symbols,
  74. # 8 swallowed: top left/middle/right, mid left/right, bottom left/mid/right,
  75. # 9 explosion: [3 rows (top, middle, bottom) of 3 characters]
  76. #
  77. # If you specify fewer than 69 ASCII values, the remaining characters will be
  78. # set to their respective defaults:
  79. #       ' '  |   -   -   -   -   -   -   -   -
  80. #           |   |   .   -   |   +   +   .   #   #
  81. #        <   >   <   >   ^   "   _   \   #   {
  82. #        }   .   }   .   .   #   #  ' '  #   }
  83. #        |   -   \   /   *   !   )   (   0   #
  84. #        @   *   /   -   \   |   |   \   -   /
  85. #        /   -   \   |  ' '  |   \   -   /
  86. #
  87. # Note that the hack.font has special graphics characters from 192 on.
  88.  
  89. # An example using the hack.font graphics character set:
  90. GRAPHICS = 032 192 193 194 195 196 197 198 216 214 \
  91.        215 213 217 145 146 147 148 217 218 229 \
  92.        060 062 060 062 094 034 095 092 035 123 \
  93.        125 042 125 042 042 035 035 046 035 125 \
  94.        241 240 242 243 042 033 123 125 064 038 \
  95.        042 035 244 245 246 247 239 248 249 250 \
  96.        230 234 231 236 212 237 232 235 233
  97. # Monitors vary greatly in their color response.  If the default colors
  98. # are not good on your monitor, here are some other alternatives:
  99. #CBM 1960, set color/contrast for good pure red, green, and blue. True colors.
  100. #PENS=000,fff,a61,7bb,0f0,e0c,00f,f00
  101. #CBM 1960, set color/contrast as above, better colors for NetHack.
  102. #PENS=667,fff,da1,7bb,2f0,e0d,0af,f42
  103. #and one other suggestion:
  104. #PENS=888,ffc,840,0b8,4e4,e8b,7be,a04
  105. PENS=000,fff,830,7ae,181,c06,23e,c00
  106. # for an "interlaced"+ line screen, the default is courier:13.  If you want
  107. #  a different font, set it here.  The format is "fontname.font:size"; i.e. the
  108. # .font extension is required.
  109. #FONT=topaz.font:13
  110. # Proportional fonts such as CGTimes are probably not a good idea because they
  111. # result in many things not being spaced out correctly.
  112. #FONT=CGTimes.font:15
  113. # This sized proportional font is readable, but still has spacing problems
  114. #FONT=CGTimes.font:21
  115.